home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’96 / Sessions ’96 / TCL and New Technologies / QDGX ƒ / Source / x_CGXPano.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-13  |  907 b   |  36 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  x_CGXPano.h
  3.  
  4.             Header File For CGXPano Lower-Layer Panorama/EditText Class
  5.     
  6.     Copyright © 1995 My Software Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architect™
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file; changes should go in the My.h
  12.     file, instead.
  13.  
  14.     If you want to change how Visual Architect generates this file, you can
  15.     change the template for this file. It is "_Pano.h" in the Visual Architect
  16.     Templates folder.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "CPanorama.h"
  23.  
  24. class x_CGXPano : public CPanorama
  25. {
  26. public:
  27.  
  28.     TCL_DECLARE_CLASS
  29.  
  30.  
  31.                                     /** Object I/O **/
  32.     virtual void        PutTo(CStream &aStream);
  33.     virtual void        GetFrom(CStream &aStream);
  34. };
  35.  
  36.